From a853307fb702f5224b3909147504b0613a83ef68 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Jun 2023 22:08:22 -0400 Subject: [PATCH] ci: Ignore more leaks in dependencies libxkbcommon shows up quite a bit in leak sanitizer reports. Ignore it. --- lsan.supp | 1 + 1 file changed, 1 insertion(+) diff --git a/lsan.supp b/lsan.supp index 32185fc61a..1fd29993a1 100644 --- a/lsan.supp +++ b/lsan.supp @@ -8,3 +8,4 @@ leak:libgio-2.0.so leak:libcairo.so leak:libpixman-1.so leak:librsvg-2.so +leak:libxkbcommon.so -- 2.30.2